Radio

interface Radio : Instrument

Instrument that informs about the radio.

This instrument can be obtained from a drone using:

drone.getInstrument(Radio.class)

See also

com.parrot.drone.groundsdk.device.Drone

Functions

Link copied to clipboard
@IntRange(from = "-1", to = 4)
abstract fun getLinkSignalQuality(): Int
Gets the current link signal quality.
Link copied to clipboard
@IntRange(to = 0)
abstract fun getRssi(): Int
Retrieves the current received signal strength indication (RSSI), expressed in dBm.
Link copied to clipboard
abstract fun is4GInterfering(): Boolean
Tells whether there is a probable 4G interference coming from the user's phone.
Link copied to clipboard
abstract fun isLinkPerturbed(): Boolean
Tells whether the radio link is perturbed by external elements.